home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / sound / lame / readme.wingtk < prev    next >
Text File  |  1999-06-14  |  2KB  |  56 lines

  1.  
  2. If you got the LAME source from http://www.sulaco.org/mp3, the
  3. libraries and binaries mentioned below are not included.  You will
  4. need to get the GLIB and GTK developer libraries, available from:
  5. http://user.sgic.fi/~tml/gimp/win32/ 
  6. (or see http://www.gtk.org, and click on the GTK under win32 link).
  7.  
  8. -Mark Taylor 
  9.  
  10.  
  11. *************************************************************************** 
  12.  
  13.  
  14.  
  15. May 24,1999
  16.  
  17. Release notes MP3X for WIN2
  18.  
  19. Installation instructions:
  20.  
  21. Copy the DLL files: (in GtkWin32Dll.zip)
  22.  
  23. gdk-1.3.dll
  24. glib-1.2.dll
  25. gtk-1.3.dll
  26. gmodule-1.2.dll
  27.  
  28.  
  29. either into the current working direcory you are running LAME, or 
  30. copy them in the windows system directory. 
  31.  
  32.  
  33. This is basically it, you can run LAME with the Graphic Psyco Analysis as follows:
  34.  
  35. Lame -g my.wav
  36.  
  37. (just enter Lame at the dos prompt to get all the options) Of course you can ommit the 
  38. -g optiont to use lame without GPA.
  39.  
  40.  
  41.  
  42. How to compile Lame with GPA for Windows 32 platforms
  43.  
  44. In order to compile Lame with the Graphic Psyco Analysis (GPA) with MSVC, you have to have the 
  45. proper GTK and GLIB include files and lib files. I've put these files together in a 
  46. zip file (named GtkWin32Lib.zip). Unzip these files into the Lame source directory, make
  47. sure you unpack it with the directory options. The files are created in the WinGTK subdirecory
  48. Furthermore, you should have at least Lame version 3.05 beta 2.
  49. Open the project files in MSVC 5, and just hit the build button. There will be a few warnings,
  50. but you can ignore them.
  51.  
  52.  
  53.  
  54. Albert L. Faber
  55.  
  56.